Man pages: Improve cargo-build description
authorDaniel Campoverde [alx741] <alx741@riseup.net>
Tue, 17 May 2016 00:34:40 +0000 (19:34 -0500)
committerDaniel Campoverde [alx741] <alx741@riseup.net>
Tue, 17 May 2016 00:34:40 +0000 (19:34 -0500)
src/etc/man/cargo-build.1

index 2b1393b7acf2a31fe183c79ac9ab688c853d2d88..b3aefa31635046305f9c2340d3d7a1673c3206e5 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CARGO" "1" "May 2016" "The Rust package manager" "Cargo Manual"
+.TH "CARGO\-BUILD" "1" "May 2016" "The Rust package manager" "Cargo Manual"
 .hy
 .SH NAME
 .PP
@@ -8,7 +8,7 @@ cargo\-build \- Compile the current project
 \f[I]cargo build\f[] [OPTIONS]
 .SH DESCRIPTION
 .PP
-This command compiles the current project.
+Compile a local package and all of its dependencies.
 .PP
 If the \f[B]\-\-package\f[] argument is given, then \f[I]SPEC\f[] is a
 package id specification which indicates which package should be built.